home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E4994EA000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-24  |  10KB  |  373 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>Recherche de donnΘes</title>
  6. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  7. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  8. <!--
  9. var thistext ="";
  10. var thisinfo = "" ;
  11. function fermer_onclick() {
  12. var Obj;
  13. var strName ;
  14. var strCtl ;
  15. for( i = 0; i< document.all.length; i++)
  16. {
  17.     Obj = document.all(i) ;
  18.     strName = Obj.id ;
  19.     if( strName != "undefined" )
  20.     strCtl = strName.substr(0,4) ;
  21.     if( strCtl == "info" || strCtl == "cont" )
  22.     {
  23.         Obj.style.display = "none" ;
  24.     }
  25. }
  26. }
  27.  
  28. function aggrandir_onclick() {
  29. var Obj;
  30. var strName ;
  31. var strCtl ;
  32. for( i = 0; i< document.all.length; i++)
  33. {
  34.     Obj = document.all(i) ;
  35.     strName = Obj.id ;
  36.     if( strName != "undefined" )
  37.     strCtl = strName.substr(0,4) ;
  38.     if( strCtl == "info")
  39.     {    
  40.         if( Obj.style.display == "block" )
  41.         {    
  42.             thisinfo = strName ;
  43.             Obj.style.display = "none" ;
  44.             Obj.className = "grosseinfo" ;
  45.             
  46.         }
  47.         Obj.style.display = "none" ;
  48.     }
  49.     if( strCtl == "cont")
  50.         Obj.style.display = "none" ;
  51.     if( strCtl == "text")
  52.     {
  53.         
  54.             thistext = strName ;
  55.             Obj.style.display = "none" ;
  56.         
  57.         
  58.     }
  59.                     
  60. }
  61. document.all.item(thisinfo).style.display = "block" ;
  62. controleg.style.display = "block" ;
  63. }
  64.  
  65. function rapetisser_onclick() {
  66. var Obj;
  67. var strName ;
  68. var strCtl ;
  69. for( i = 0; i< document.all.length; i++)
  70. {
  71.     Obj = document.all(i) ;
  72.     strName = Obj.id ;
  73.     if( strName != "undefined" )
  74.     strCtl = strName.substr(0,4) ;
  75.     if( strCtl == "info")
  76.     {    
  77.         if( Obj.style.display == "block" )
  78.         {    
  79.             thisinfo = strName ;
  80.             Obj.style.display = "none" ;
  81.             Obj.className = "infotext" ;
  82.             
  83.         }
  84.         Obj.style.display = "none" ;
  85.     }
  86.     if( strCtl == "cont")
  87.         Obj.style.display = "none" ;
  88.     
  89.                     
  90. }
  91. document.all.item(thisinfo).style.display = "block" ;
  92. document.all.item(thistext).style.display = "block" ;
  93. controle.style.display = "block" ;
  94.  
  95. }
  96.  
  97. function fermerg_onclick() {
  98. var Obj;
  99. var strName ;
  100. var strCtl ;
  101. for( i = 0; i< document.all.length; i++)
  102. {
  103.     Obj = document.all(i) ;
  104.     strName = Obj.id ;
  105.     if( strName != "undefined" )
  106.     strCtl = strName.substr(0,4) ;
  107.     if( strCtl == "info"  )
  108.     {
  109.         Obj.className = "infotext" ;
  110.         Obj.style.display = "none" ;
  111.     }
  112.     if( strCtl == "cont"  )
  113.     {
  114.         Obj.style.display = "none" ;
  115.     }
  116. }
  117. document.all.item(thistext).style.display = "block" ;
  118. }
  119.  
  120. function ASRRec1_SpeechRecognized(phrase,score,action) {
  121.  
  122. if( score < 50)
  123.     return;
  124. switch(action)
  125. {
  126.  
  127. /******************************************************
  128.             Navigation
  129. *******************************************************/
  130. case 1:
  131.     document.location.href = "pageprin.htm";break;
  132. case 2:
  133.     document.location.href = "pourfairequoi.htm";
  134.     break;
  135. case 3 :
  136.     document.location.href = "qui.htm" ;break;
  137. case 4 :
  138.     document.location.href = "contacte.htm";break;
  139. case 5:
  140.     document.location.href = "aide.htm";break;
  141. case 6:
  142.     document.location.href = "nos.htm";break;
  143. case 7 :
  144.     document.location.href = "agenda.htm"; break;
  145. case 8:
  146.     document.location.href = "revues.htm";break;
  147. case 9:
  148.     document.location.href = "ensavoir.htm";break;
  149. case 10:
  150.     document.location.href = "nouvelle.htm";break;
  151.  
  152. case 12:
  153.     document.location.href = "QuizzFR.htm";break;
  154. case 13:
  155.     document.location.href = "nouvelle3.htm";break;    
  156. case 29 :
  157.     document.location.href = "fabricants.htm";break;    
  158. case 100:
  159.     document.location.href = "default1.htm";break;
  160.  
  161.  
  162. /**************************************************
  163.              Commandes
  164. ****************************************************/
  165. case 14:
  166.     window.print();break;
  167. case 101:
  168.     window.history.back(1);break;
  169. case 102:
  170.     window.history.forward(1);break;
  171.     
  172. case 103 :
  173.     CommandesP.click() ;break;
  174.  
  175. case 104 :
  176.      document.location.href="defaultGB.htm" ; 
  177.      break ;
  178.  
  179.  
  180. /////////// Scrolls //////////////////////////
  181. case 105:
  182.     text1.doScroll("up");
  183.     break ;
  184. case 106:
  185.     text1.doScroll("down");
  186.     break;
  187. case 107 :
  188.     text1.doScroll("pageUp") ;
  189.     break ;
  190. case 108 :
  191.     text1.doScroll("pageDown") ;
  192. ///////////////////////////////////////////////
  193.     break ;    
  194. case 1000:
  195.     window.close();break;
  196. case 20000 :
  197.         window.top.location.href = "../index.html";
  198.         break;
  199. default :
  200. break ;
  201. }
  202. }
  203.  
  204.  
  205. function CommandesP_onclick() {
  206.  info1.style.display = "block" ;
  207. }
  208.  
  209.  
  210. //-->
  211. </script>
  212. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  213. <!--
  214.  
  215.  ASRRec1_SpeechRecognized(phrase,score,action)
  216. //-->
  217. </script>
  218. </head>
  219.  
  220.  
  221.  
  222. <body background="images/pourfairequoi.gif" 
  223. style="background-repeat:no-repeat" 
  224. LANGUAGE="javascript">
  225.  
  226. <img 
  227.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  228.       onclick="location.href='default1.htm'"
  229.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  230.       
  231.       
  232.       
  233. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  234.     <PARAM NAME="_cx" VALUE="6244">
  235.     <PARAM NAME="_cy" VALUE="2064">
  236.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  237.     <PARAM NAME="ContextName" VALUE="site">
  238.     <PARAM NAME="UserName" VALUE="generic user">
  239.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  240.  
  241.  
  242.  
  243. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  244.   <tr>
  245.     <td BACKGROUND="images/boutonrecvoc1ro.gif" height="70" onclick="location.href='pageprin.htm'" style="CURSOR: hand; background-repeat:no-repeat" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  246.         <a style="TEXTDECORATION:none" href="pageprin.htm">
  247.         <img src="images/boutonrecvoc1.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  248.         </a>
  249.     </td>
  250.   </tr>
  251.   <tr>
  252.     <td>
  253.         <img src="images/boutonfq1sel.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  254.         
  255.     </td>
  256.   </tr>
  257.   <tr>
  258.     <td BACKGROUND="images/boutonqui1ro.gif" onclick="location.href='qui.htm'" style="CURSOR:  hand; background-repeat:no-repeat" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  259.     <a style="TEXTDECORATION:none" href="qui.htm">
  260.         <img src="images/boutonqui1.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"> 
  261.     </a>    
  262.     </td>
  263.   </tr>
  264.   <tr>
  265.     <td BACKGROUND="images/boutoncontact1ro.gif" onclick="location.href='contacte.htm'" style="CURSOR: hand; background-repeat:no-repeat" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  266.     <a style="TEXTDECORATION:none" href="contacte.htm">
  267.         <img src="images/boutoncontact1.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"> 
  268.     </a>    
  269.     </td>
  270.   </tr>
  271.   <tr>
  272.     <td BACKGROUND="images/boutonaide1ro.gif" onclick="location.href='aide.htm'" style="CURSOR:  hand; background-repeat:no-repeat" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  273.     <a style="TEXTDECORATION:none" href="aide.htm">
  274.         <img src="images/boutonaide1.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"> 
  275.     </a>    
  276.     </td>
  277.   </tr>
  278. </table> 
  279.  
  280.  
  281. <div id="table2" class="tab2" LANGUAGE="javascript">
  282.  
  283. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  284.   <tr>
  285.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelle.htm'" style="CURSOR: hand">
  286.     Navigation
  287.     </td>
  288.   </tr>
  289.   <tr>
  290.     <td LANGUAGE="javascript" class="nav1" style="COLOR : orange" bgcolor="blue">Recherche de donnΘes </td>
  291.   </tr>
  292.   <tr>
  293.     <td LANGUAGE="javascript" 
  294.         class="nav1" 
  295.         onmouseover="this.bgColor = '#FFA500' " 
  296.         onmouseout="this.bgColor = '#FFFFFF' " 
  297.         onclick="location.href='QiuzzFR.htm'" 
  298.         style="CURSOR: hand">
  299.     Les jeux
  300.     </td>
  301.   </tr>
  302.   <tr>
  303.     <td LANGUAGE="javascript" 
  304.         class="nav1" 
  305.         onmouseover="this.bgColor = '#FFA500' " 
  306.         onmouseout="this.bgColor = '#FFFFFF' " 
  307.         onclick="location.href='nouvelle3.htm'" 
  308.         style="CURSOR: hand">
  309.         Formation
  310.     </td>
  311.   </tr>
  312.   
  313. </table>
  314. </div>
  315.  
  316. <img id="aide1" class="aidepic" src="images/aidepic.gif" WIDTH="271" HEIGHT="207"> 
  317. <div id="controle" class="infocontrole" style="DISPLAY:none">
  318.     <table>
  319.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  320.             <img src="images/aggrandir.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  321.         </td>
  322.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  323.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  324.         </td>
  325.     </table>
  326. </div>
  327.  
  328. <div id="controleg" class="infocontroleg" style="DISPLAY:none">
  329.     <table>
  330.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  331.             <img src="images/rapetisser.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  332.         </td>
  333.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  334.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  335.         </td>
  336.     </table>
  337. </div>
  338. <div id="text1" class="defaulttext">
  339. <h4>En cours de rΘalisation...</h4>
  340. </div>
  341. <span id="CommandesP" language="javascript" class="liencom" 
  342.          ondblclick="fermer_onclick()" onclick="return CommandesP_onclick()">
  343. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  344. la reconnaissance vocale <br>
  345. pour faire quoi <br>
  346. pourquoi faire <br>
  347. qui sommes nous <br>
  348. contactez nous <br>
  349. aide <br>
  350. accueil<br>
  351. nos partenaires <br>
  352. agenda <br>
  353. en savoir plus<br>
  354. la navigation <br>
  355. les jeux <br>
  356. la formation<br>
  357. la recherche des donnΘes<br>
  358. prΘcΘdent<br>
  359. Θcran prΘcΘdent<br> 
  360. retour<br>
  361. suivant<br>Θcran suivant<br>
  362. avance<br>
  363. partenaires<br>
  364. accueil <br>
  365. commandes 
  366. possibles <br>
  367. quitter <br>
  368. fermer <br>
  369. anglais <br>
  370. </div>  
  371. </body>
  372. </html>
  373.